home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / dev / c / cref.lha / cref.readme < prev    next >
Text File  |  1997-12-20  |  701b  |  19 lines

  1. Short    : C Cross Reference Tool
  2. Author   : Joel Swank, Modified by Tony Preston
  3. Uploader : apreston@k2nesoft.com
  4. Version  : 1.00
  5. Type     : dev/c
  6.  
  7.   This is a simple cross reference tool that was ported from Unix
  8. to the Amiga.
  9.  
  10.   This program reads C source from its standard input or one or more files
  11. and prints the source code with line numbers followed by an alphabetic
  12. list of  word references by line number.
  13.  
  14.   I needed a cross reference tool for C and other languages and decided
  15. to modify it to be a bit more generic.  The initial release is just a
  16. recompile with the addition of some options.  The next release will allow
  17. it to be generic and exclude symbols from being cross referenced.
  18.  
  19.